projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5bbbf
)
Removed spurious comment (obsoleted by ;;;###autoload).
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Wed, 28 Apr 1993 17:08:14 +0000
(17:08 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Wed, 28 Apr 1993 17:08:14 +0000
(17:08 +0000)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 28e0284c69dc168f17ea23cbfee1267ec3124a21..a3586d87ce18ac1f8d9a6bc264d71195c4d4194c 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-214,8
+214,6
@@
Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].")
(defvar tex-shell-map nil
"Keymap for the tex-shell. A comint-mode-map with a few additions.")
-;(defalias 'TeX-mode 'tex-mode) ;in loaddefs.
-
(defvar compare-windows-whitespace nil) ; Pacify the byte-compiler
;;; This would be a lot simpler if we just used a regexp search,
@@
-245,6
+243,7
@@
is used."
'plain-tex-mode))))
(if mode (funcall mode)
(funcall tex-default-mode))))
+
;;;###autoload
(defalias 'TeX-mode 'tex-mode)
;;;###autoload